func text/template.isHexInt

2 uses

	text/template (current package)
		exec.go#L528: 		!isHexInt(constant.Text) && !isRuneInt(constant.Text) &&
		exec.go#L549: func isHexInt(s string) bool {